From: Dave Love Date: Tue, 21 Jan 2003 16:56:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~28696 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0b47221855bdc51855cd8941a37d918f67d2c2f8;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 5303b23abd2..b08445ecd46 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2003-01-21 Dave Love + + * alloc.c (Fgc_status): Print zombie list. + (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]: + Fix assignment of zombies. + (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]: + Don't take car of non-cons. + + * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define. + + * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define. + 2003-01-20 David Ponce * w32menu.c (digest_single_submenu): Declare all args.